home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3orawim.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_RAWIMAGESETTINGS_H = 1;
- include("real/frio/r3oraw.js")
-
-
- var R3CLID_RAWIMAGESETTINGS = 556;
-
-
-
-
- // Description: Copies contents of given datatype to output object list. * All found channels are
- // copied using default channel bindings
- // p2: r3List, a list of output objects (super class is R3CLID_OUTPUT)
- // p3: Tag[], a tag list, see atributes below
-
- R3ORIMCM_MULTIASSIGN = 556000;
-
- function mR3ORIMCM_MULTIASSIGN(p2, p3) {
- Do3(this.r3obj, 556000, 0, R3TID_INTEGER, 0, p2, R3TID_LIST, 0, p3, R3TID_TAG, R3TNF_ARRAY);
- }
-
-
-
-
- var R3ORIMA_RaySample = 556501; // Object
-
-
- function r3Rawimagesettings () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_RAWIMAGESETTINGS, arguments);
- }
- // Methods
- this.MULTIASSIGN=mR3ORIMCM_MULTIASSIGN;
-
- // Attributes
- }
-
- r3Rawimagesettings.prototype=new r3Rawoutputsettings;
- // r3orawim.h_H